-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix broken BG abilities in Russian #20
base: master
Are you sure you want to change the base?
Conversation
It will be overwritten |
If you look at the broken abilities, you can see that the collectionText field is a continuation of the text field. Perhaps the error is in the data scraper. |
Yes, the data scraper needs to be improved. It is currently in a private repo (because there are other things in there that contain some sensitive information), and the bits that parse the collectionText field are thus:
It's an old piece of code that should be reworked when I have the time (and/or should be extracted to a public repo). |
Thanks for the code! Can I also get sample data from the client to understand why errors occur? |
The game data for TB_BaconShop_HP_056 is
But honestly I think it will be better to shelve that specific issue for now and wait until I extract all the patch pipeline to another repo that I can make public |
Thank you. I'll take a look at what's going on here when I have time. |
Is there any point in manually changing the text of broken BG abilities (or, for example, untranslated mercs bounty names) or will it be overwritten the next time you upload data from the Heartstone client?